From: Richard M. Stallman Date: Sun, 12 Aug 2007 17:53:21 +0000 (+0000) Subject: (gud): Change to group `processes'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17441 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=323a67b407a87c982369e7083e4db0c24f8d0775;p=emacs.git (gud): Change to group `processes'. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 2131aebe2a8..f4c31ac203a 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -59,7 +59,7 @@ (defgroup gud nil "Grand Unified Debugger mode for gdb and other debuggers under Emacs. Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python), jdb." - :group 'unix + :group 'processes :group 'tools)